home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2005 November
/
WNnov2005.iso
/
Windows
/
Equipement
/
hMailServer
/
hMailServer-4.1-Build-136.exe
/
{app}
/
PHPWebAdmin
/
theme
/
default
/
login.tpl
< prev
next >
Wrap
Text File
|
2005-04-04
|
4KB
|
107 lines
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">
<TITLE>{$hmail_config.sitename}</TITLE>
<LINK href="{$hmail_config.themepath}style.css" type=text/css rel=stylesheet>
<SCRIPT type="text/javascript" src="{$hmail_config.themepath}common.js"></script>
<script language="JavaScript" src="{$hmail_config.rooturl}include/formcheck.js" type="text/javascript"></script>
{literal}
<SCRIPT type="text/javascript" language="JavaScript">
var g_fDoFocus = true;
function setFocus()
{
if (g_fDoFocus)
window.document.loginform.username.focus();
}
</SCRIPT>
{/literal}
</HEAD>
<BODY onload="setFocus();">
<center>
<form name="loginform" method="post" onsubmit="return formCheck(this);" action="{$hmail_config.rooturl}index.php">
<input type="hidden" name="function" value="dologin">
<TABLE id="borderTable" class="loginTable" cellSpacing=0 cellPadding=0 width="300" border=0 summary="">
<TR>
<TD> </TD>
<TD> </TD>
<TD> </TD>
</tr>
<tr>
<TD colspan="3" valign="top">
<TABLE id="loginmainTable" class="loginmainTable" cellSpacing=0 cellPadding=0 width="100%" border=0 summary="">
<TR style="BACKGROUND: url({$hmail_config.themepath}images/bg.gif)">
<td width="100%" colspan="5"> <IMG height=100 alt="" src="{$hmail_config.themepath}images/toppic4.gif" width=222></TD>
</TR>
<TR>
<td width="100%" style="border-top: 1px solid black;"> </TD>
</TR>
{if $errormsg}
<TR>
<td width="100%" align="center" style="color: red; font-weight: bold; font-size: 10px;">{$errormsg}<br> </TD>
</TR>
{/if}
<TR>
<TD width="100%" valign=top>
<TABLE class="loginTable" id="logoTable" dir="LTR" cellSpacing=0 cellPadding=0 width="100%" border="0" summary="">
<TR>
<TD width="100%">
<TABLE class="loginTable" id="usertxtTable" width="100%" cellspacing=0 cellpadding=0 border=0 summary="">
<TR>
<TD VALIGN=top>
<TABLE class="loginTable" id="contentTable" width="100%" cellpadding=0 cellspacing=0 border="0" summary="">
<TR>
<TD colspan="4"><center>{$loginerror}</center><br></TD>
</TR>
<TR>
<TD style="width: 5px;"> </TD>
<TD>{translate}username{/translate}</TD>
<TD><INPUT type="text" name="username" size="25" maxlength="256" checkallownull="false" checktype="text"></TD>
<TD style="width: 5px;"> </TD>
</TR>
<TR>
<TD colspan="4"> </TD>
</TR>
<TR>
<TD style="width: 5px;"> </TD>
<TD>{translate}password{/translate}</TD>
<TD><INPUT type="password" name="password" size="25" maxlength="256"> <INPUT class="loginTable" type="submit" value="{translate}logon{/translate}"></TD>
<TD style="width: 5px;"> </TD>
</TR>
<TR>
<TD width="100%" colspan="4" style="border-bottom: 1px solid black;"> </TD>
</TR>
<TR>
<TD width="100%" colspan="4"> </TD>
</TR>
<TR>
<TD width="100%" colspan="4" style="padding-left: 5px; padding-right: 5px;">{translate}login_info{/translate}</TD>
</TR>
<TR>
<TD width="100%" colspan="4"> </TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD width="33%"> </TD>
<TD width="33%"> </TD>
<TD width="34%"> </TD>
</TR>
</TABLE>
</FORM>
</div>
</BODY>
</HTML>